home *** CD-ROM | disk | FTP | other *** search
/ SPACE 1 / SPACE - Library 1 - Volume 1.iso / apps / 150 / readme.txt < prev    next >
Text File  |  1988-03-20  |  3KB  |  64 lines

  1.      This is a shareware program. All the functions I have implemented
  2. for this program are available. You can SAVE, LOAD and PRINT. But, before
  3. you do anything serious with this program, please read the document once.
  4. You need first word to read the document.
  5.      If you like this program, please send $10 to me. Registered users will
  6. have a simplified desk accessory version. See document conclusion part for
  7. more information.
  8.  
  9. Chor-ming Lung  2-16-1988
  10.  
  11.  
  12.      If you have used SHEET before, just read SHEET12.DOC for new features
  13. added. If you have never used SHEET, please read "SHEET.DOC" and 
  14. "SHEET12.DOC". All the documents are in 1st Word format.
  15.  
  16.      Old users may notice the program size getting smaller. That is because
  17. I strip off those debugging tables for Mark Williams C. It saves about 20K.
  18.  
  19. Chor-ming Lung  3-7-1988
  20.  
  21.      Well, version 1.2 has a serious bug. It locked the screen. That is due
  22. to multiple windows redraw part. When AES asked for redraw, it will give me
  23. the rectangle of damaged area. I set the clip area to the windows that over-
  24. lapped with this area. I simply forgot to set the clip area back to current
  25. working window size. So, the screen seems being locked up. Version 1.3 has
  26. fixed this problem.
  27.      Two commands have been added.
  28.           - COPY
  29.           - MOVE
  30.      Usage:
  31.           @copy(range1,range2)
  32.           @move(range1,range2)
  33.  
  34.      Range1 and range2 can be single cell reference or multiple cells reference.
  35.  
  36.      Examples:
  37.           @copy(d1,d2..d10)          (Content of d1 will be copied to d2..d10)
  38.           @copy(d1..d3,e1..e10)      (contnet of d1..d10 will be copied to
  39.                                       e1..e10)
  40.           @copy(d1..d10,e1..e5)      (content of d1..d10 will be copied to
  41.                                       e1..e10)
  42.           @copy(d1..e10,f1)          (content of d1..e10 will be copied to
  43.                                       f1..g10)
  44.           @copy(d1..e10,f1..g20)     (content of d1..e10 will be copied to
  45.                                       f1..g10)
  46.           @move(d1,d2..d10)          (content d1 will be moved to d2. Any
  47.                                       formula refered to d1 will be changed to
  48.                                       d2)
  49.           @move(d1..d10,e1)           (content d1..d10 will be moved to e1..e10.
  50.                                        Formula will be updated)
  51. This is a rush upload (to remedy the bug on version 1.2), but I am pretty sure
  52. it works.
  53.  
  54. Chor-ming Lung  3-13-1988
  55.  
  56.  
  57.  
  58. The only thing that I changed for version 1.4 is user interface. It is much
  59. easier to work with and the need of screen redrawing has been reduced. Also,
  60. a desk accessory version based on version 1.4 is ready.
  61.  
  62. Chor-ming Lung 3-20-1988
  63.  
  64.